projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
491c604
)
pathbar: Fix gcc warning
author
Benjamin Otte
<otte@redhat.com>
Sat, 3 Mar 2012 03:09:28 +0000
(
04:09
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Sat, 3 Mar 2012 03:09:28 +0000
(
04:09
+0100)
gtk/gtkpathbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkpathbar.c
b/gtk/gtkpathbar.c
index 9044a0d73f4a04e427feb54703f6c80895157587..5d204729195b62a92686cbeb97aac9659fcf6420 100644
(file)
--- a/
gtk/gtkpathbar.c
+++ b/
gtk/gtkpathbar.c
@@
-770,6
+770,8
@@
gtk_path_bar_scroll (GtkWidget *widget,
case GDK_SCROLL_UP:
gtk_path_bar_scroll_up (GTK_PATH_BAR (widget));
break;
+ case GDK_SCROLL_SMOOTH:
+ break;
}
return TRUE;